Contribution org.nuxeo.theme.core--formats
In component org.nuxeo.theme.core
org.nuxeo.theme.core
inside nuxeo-theme-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point formats of component ThemeService.Contributed Items
XML Source
<extension point="formats" target="org.nuxeo.theme.services.ThemeService">
<format name="widget">
<predicate>_ has widget _</predicate>
<class>org.nuxeo.theme.formats.widgets.WidgetFormat</class>
</format>
<format name="style">
<predicate>_ has style _</predicate>
<class>org.nuxeo.theme.formats.styles.StyleFormat</class>
</format>
<format name="layout">
<predicate>_ has layout _</predicate>
<class>org.nuxeo.theme.formats.layouts.LayoutFormat</class>
</format>
</extension>